home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
faxcmd
/
libfax
/
rcs
/
conf.h,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
2KB
|
119 lines
head 1.3;
access;
symbols
OCT93:1.3;
locks;
comment @ * @;
1.3
date 93.09.18.20.16.23; author Rhialto; state Exp;
branches;
next 1.2;
1.2
date 93.06.11.16.15.25; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.19.27; author Rhialto; state Exp;
branches;
next ;
desc
@Configuration info
@
1.3
log
@Add parentheses.
@
text
@/* $Id: conf.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
* $Log: conf.h,v $
* Revision 1.2 1993/06/11 16:15:25 Rhialto
* First real RCS checkin
*
*/
/*
This file was part of the NetFax system.
It has been severely modified for the Commodore Amiga
by Olaf 'Rhialto' Seibert.
(c) Copyright 1989 by David M. Siegel.
All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
* The default serial port that the faxmodem is connected to:
*/
#define FAX_DEVICE "0/serial.device"
/*
* The queue directories:
*/
#define OUTGOING_QUEUE "FAX:outgoing/"
#define INCOMING_QUEUE "FAX:incoming/"
/*
* Base filename for sequence files:
*/
#define SEQ_FILE ".seq"
/*
* Minimum number of seconds to wait between delivery attempts:
*/
#define MIN_RETRY_WAIT (60*5)
/*
* Number of retrys (requested by remote fax) allowed for each page:
*/
#define MAX_PAGE_RETRIES 3
/*
* How many times should I try to sync the modem?
*/
#define FAXMODEM_SYNC_TRIES 1000
@
1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
* $Log$
d48 1
a48 1
#define MIN_RETRY_WAIT 60*5
@
1.1
log
@Initial revision
@
text
@d1 3
@